Uses of Interface
negotiator.repository.RepItem

Packages that use RepItem
negotiator.repository   
 

Uses of RepItem in negotiator.repository
 

Classes in negotiator.repository that implement RepItem
 class AgentRepItem
          This repository item contains all info about an agent that can be loaded.
 class DomainRepItem
          A DomainRepItem is a domain reference that can be put in the domain repository.
 class ProfileRepItem
          ProfileRepItem is a profile, as an item to put in the registry.
 class ProtocolRepItem
           
 

Methods in negotiator.repository that return RepItem
 RepItem Repository.getItemByName(java.lang.String name)
           
 

Methods in negotiator.repository that return types with arguments of type RepItem
 java.util.ArrayList<RepItem> Repository.getItems()
           
 java.util.ArrayList<RepItem> RepositoryItemTypeAdapter.unmarshal(RepositoryItemType notifications)
           
 

Method parameters in negotiator.repository with type arguments of type RepItem
 RepositoryItemType RepositoryItemTypeAdapter.marshal(java.util.ArrayList<RepItem> events)